Skip to content

l7-logging: Notes on checking for collector, and finding logs - #2906

Merged
ctauchen merged 1 commit into
tigera:mainfrom
alexh-tigera:EV-6566-cleanup-l7-logging-docs
Aug 5, 2026
Merged

l7-logging: Notes on checking for collector, and finding logs#2906
ctauchen merged 1 commit into
tigera:mainfrom
alexh-tigera:EV-6566-cleanup-l7-logging-docs

Conversation

@alexh-tigera

@alexh-tigera alexh-tigera commented Aug 4, 2026

Copy link
Copy Markdown
Member
  • Add a section on checking if the collector is running.
  • Add a note that L7 logs will take several minutes to see in the web UI.

Product Version(s):

  • Calico Enterprise 3.24-1 and newer

Link to docs preview:
https://deploy-preview-2906--tigera.netlify.app/calico-enterprise/3.24/observability/elastic/l7/enable-waypoint-collector#verify-the-collector-is-running

SME review:

  • An SME has approved this change.

DOCS review:

  • A member of the docs team has approved this change.

Additional information:

Merge checklist:

  • Deploy preview inspected wherever changes were made
  • Build completed successfully
  • Test have passed

Copilot AI review requested due to automatic review settings August 4, 2026 22:59
@alexh-tigera
alexh-tigera requested a review from a team as a code owner August 4, 2026 22:59
@netlify

netlify Bot commented Aug 4, 2026

Copy link
Copy Markdown

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit 25fe2a0
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/6a727040b2f1e00007b41c9d
😎 Deploy Preview https://deploy-preview-2906--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 4, 2026

Copy link
Copy Markdown

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit 25fe2a0
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/6a727040213f1f0008a6b494
😎 Deploy Preview https://deploy-preview-2906--tigera.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 90 (🟢 up 16 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Calico Enterprise L7 logging documentation to help users validate Waypoint collector deployment and set expectations for when logs become visible in the web console, applying to Enterprise 3.24-1+ content (both unversioned and versioned docs).

Changes:

  • Adds a “Verify the collector is running” section with a kubectl command to check the Waypoint collector.
  • Adds a note that L7 logs can take several minutes to appear in the web console.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
calico-enterprise/observability/elastic/l7/enable-waypoint-collector.mdx Adds collector verification guidance and a log-visibility timing note.
calico-enterprise_versioned_docs/version-3.24-1/observability/elastic/l7/enable-waypoint-collector.mdx Mirrors the same guidance for the 3.24-1 versioned docs set.
Suppressed comments (2)

calico-enterprise/observability/elastic/l7/enable-waypoint-collector.mdx:55

  • This sentence says “pods listed”, but the command output is container names (and after updating the command, it will show pod + phase + container names). Adjust wording to match what the command prints.
You should see both the `istio-proxy` and `l7-collector` pods listed.

calico-enterprise_versioned_docs/version-3.24-1/observability/elastic/l7/enable-waypoint-collector.mdx:55

  • This sentence says “pods listed”, but the command output is container names (and after updating the command, it will show pod + phase + container names). Adjust wording to match what the command prints.
You should see both the `istio-proxy` and `l7-collector` pods listed.

Comment on lines +51 to +52
kubectl get pods -n <namespace> -l gateway.networking.k8s.io/gateway-name=<waypoint-name> \
-o jsonpath='{.items[*].spec.containers[*].name}'
Comment on lines +51 to +52
kubectl get pods -n <namespace> -l gateway.networking.k8s.io/gateway-name=<waypoint-name> \
-o jsonpath='{.items[*].spec.containers[*].name}'
- Add a section on checking if the collector is running.
- Add a note that L7 logs will take several minutes to see in the web
  UI.
@alexh-tigera
alexh-tigera force-pushed the EV-6566-cleanup-l7-logging-docs branch from 169ee49 to 25fe2a0 Compare August 4, 2026 23:05
@ctauchen

ctauchen commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

LGTM, thanks

@ctauchen
ctauchen merged commit f5adfe7 into tigera:main Aug 5, 2026
11 checks passed
@alexh-tigera
alexh-tigera deleted the EV-6566-cleanup-l7-logging-docs branch August 5, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants